cody - HTMLify profile

cody
4270 Files
632075 Views
Latest files of /cody/vishal-dcode/Scroll Animation
const boxes = document.querySelectorAll(".article");
window.addEventListener("scroll", checkBoxes);
checkBoxes();
function checkBoxes() {
const triggerBottom = window.innerHeight / 2;
window.addEventListener("scroll", checkBoxes);
checkBoxes();
function checkBoxes() {
const triggerBottom = window.innerHeight / 2;
body {
font-family: "Poppins";
background-color: #141414;
color: #fff;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-family: "Poppins";
background-color: #141414;
color: #fff;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;